home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Plotting / aa_Intel_Only / Gnuplot / GnuplotSource / SubObjectCategory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  463 b   |  21 lines

  1. /*
  2.  *  Copyright (C) 1993  Robert Davis
  3.  *
  4.  *  This program is free software; you can redistribute it and/or
  5.  *  modify it under the terms of Version 2, or any later version, of 
  6.  *  the GNU General Public License as published by the Free Software 
  7.  *  Foundation.
  8.  */
  9.  
  10. /* $Id: SubObjectCategory.h,v 1.3 1993/05/04 16:23:00 davis Exp $ */
  11.  
  12. #define SUBTYPE_STRING    0
  13. #define SUBTYPE_DOUBLE    1
  14.  
  15. @interface Cell(SubObject)
  16.  
  17. - setSubObject:anObject;
  18. - subObject;
  19.  
  20. @end
  21.